Loading...
 

CX_DATA_DESCRIPTOR - Data field description

CX_DATA_DESCRIPTOR

Class hierarchy
Description:

Together with the classes CX_TXN_DESCRIPTOR and CX_DIM_DESCRIPTOR, such specifications are made to update objects of the type CX_TRANSACTION (see Business Pattern CX_TXN_DESCRIPTOR). These are descriptions that - according to the OLAP principle - trigger the account assignment of a document.

Code example:
...

List of methods (MDI)
Function MA* Parameters Return Brief description
HasConstraint * Function for maintaining the data field dataConstraint
SanityCheck INTEGER Check for consistency of the object
ClassFilter STRING, INTEGER OBJECT This object, if it corresponds to a certain class
ConditionedFilter STRING OBJECT
ConditionedFilter2 OBJECT OBJECT
Deleted INTEGER Object marked as deleted?
Description STRING Name of this object
GetDomain INTEGER Domain of this object
GetSiblings COLLECTION All siblings of this object
GetSiblings2 COLLECTION All siblings of this object
GetSlotEntries VECTOR<object> Return of internal information about slots
LastUpdate OBJECT Date of the last write access
LastUser INTEGER User who last had write access to the object
link OBJECT Add this object to the list of objects with validity
NextValidObject OBJECT Subsequent validity object in time
PreviousValidObject OBJECT Previous validity object in time
RestrictedValidity * Area of validity limited?
SetDomain INTEGER, INTEGER Set domain
ShortName STRING Short name of this object
Siblings * Objects with validity
SpanDateValidity * Period of validity
string INTEGER CX_STRING Returns the string representation of the object
Unlink Remove this object from the list of objects with validity
Unlink2 Remove this object from the list of objects with validity
Valid OBJECT INTEGER Check validity
ValidSince OBJECT Start of validity period
ValidToday INTEGER Valid today?
ValidUntil OBJECT End of validity period
VerifySiblings INTEGER Check ring of exchange objects

* MA = Member Access function,
grey background = inherited function

Data directory (DDI)
Data field Type Reference class I* Brief description
dataConstraint POINTER CX_FORMULA Precondition for executing the allocation
slotName STRING Access printout to the data field in the target object (always the data cube)
origin POINTER CX_CLASS Expression to be assigned to the data field described by slotName
uniqueID STRING * Unique key
validity POINTER CX_VALIDITY Validity period of the object

*I = Indexable data field,
grey background = inherited data field

Use in AppsWH
Module Brief description